body {
  font-family: "Noto Sans JP", sans-serif;
}

.pc_indent {
  display: none;
}

.header__sp__wrap {
  background-color: rgba(0, 40, 149, 0.8);
}

.footer__txt {
  position: relative;
  color: #fff;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  line-height: 1.5;
  text-align: center;
}

.footer__txt::before {
  width: 3px;
  height: 2em;
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(-20deg) translateY(-50%);
  transform-origin: top left;
  border-radius: 10px;
}

.footer__txt::after {
  width: 3px;
  height: 2em;
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(20deg) translateY(-50%);
  transform-origin: top right;
  border-radius: 10px;
}

.fv {
  position: relative;
  margin-top: 53px;
  overflow: hidden;
}

.fv * {
  color: #3fa8f4;
}

.fv__background {
  max-height: 1014px;
  height: 132vw;
  width: 100%;
}

.fv__background_1 {
  background-image: url(../img/fv-sea.png);
  background-size: auto 100%;
  background-position: 60% bottom;
  width: 100%;
  height: 50%;
}

.fv__background_2 {
  position: relative;
  background-image: url(../img/fv-chatan-1.png);
  background-size: auto 200%;
  background-position: center top;
  width: 100%;
  height: 50%;
}

.fv__background_2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  background-image: url(../img/fv-chatan-2.png);
  background-size: 160% auto;
  background-repeat: no-repeat;
  background-position: 18% 52%;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.fv__banner {
  position: absolute;
  left: -4vw;
  top: -18vw;
  transform: rotate(-10deg);
}

.fv__banner div {
  background-color: #ffff00;
  padding: 1vw 0.5vw;
  width: fit-content;
  font-size: 5.33vw;
  font-weight: 900;
  /* 40px */
}

.fv__banner div:last-child {
  margin-top: 0.8vw;
  position: relative;
  left: 8vw;
}

.fv__content {
  position: absolute;
  max-width: 600px;
  width: 83.4vw;
  aspect-ratio: 1 / 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
}

.fv__image {
  background-image: url(../img/fv-sp.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}

.fv__content__plane {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3vw;
  /* max-width: 414px; */
  width: 55.2vw;
  margin: 2.7vw auto 0;
}

.fv__content__eng_rout {
  width: 60%;
  margin: 2.7vw auto 0;
  display: flex;
  justify-content: space-between;
  font-weight: 900;
}

.fv__content__eng_rout span {
  font-size: 2.26vw;
  /* 17px */
}

.fv__content__rout {
  position: relative;
  font-size: 13vw;
  margin-top: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  /* 98px */
}

.fv__content__rout::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/blue-plane.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 4.8vw;
  height: 4vw;
  bottom: -6vw;
  left: 30%;
}

.fv__content__rout::after {
  position: absolute;
  content: "ゲートウェイ";
  display: block;
  font-size: 3.33vw;
  bottom: -5vw;
  right: 20%;
  /* 25px */
}

.fv__content__rout span {
  display: inline-block;
  width: fit-content;
  padding: 2vw;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #ffff00;
  font-size: 8vw;
  font-weight: 700;
  margin: 0 2vw;
}

.fv__content__nonstop {
  margin-top: 7vw;
  font-size: 6.5vw;
  text-align: center;
  font-weight: 700;
  /* 49px */
}

.fv__content__nonstop_eng {
  font-size: 3.2vw;
  text-align: center;
  margin-top: 1.5vw;
  font-weight: 700;
  /* 24px */
}

.fv__content__sale {
  font-size: 5.6vw;
  text-align: center;
  background-color: #ffff3f;
  width: fit-content;
  padding: 2vw 3vw;
  margin: 1.5vw auto 0;
  border-radius: 4.8vw;
  font-weight: 900;
  /* 42px */
}

.fv__content__bus {
  display: block;
  width: 15.33vw;
  aspect-ratio: 115 / 54;
  margin: 10px auto 0;
}

.fv__duration {
  width: 26.3vw;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: -6vw;
  left: -2vw;
  background-image: url(../img/duration.png);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 198px;
}

.campain {
  padding: 9vw 27px;
}

.campain * {
  font-family: "M PLUS 1p", sans-serif;
}

.campain__period {
  font-size: 5.6vw;
  font-weight: 900;
  text-align: center;
  /* 42px */
}

.campain__period span {
  color: #3fa8f4;
  font-size: 3vw;
  margin: 0 1vw;
  display: inline-block;
  height: 100%;
  position: relative;
  transform: translateY(-25%);
}

.campain__text {
  position: relative;
  color: #3fa8f4;
  font-size: 4vw;
  text-align: center;
  font-weight: 900;
  width: fit-content;
  margin: 1vw auto 0;
  z-index: 1;
  /* 31px */
}

.campain__text::after {
  width: 105%;
  height: 2.5vw;
  background-color: #ffff3f;
  content: "";
  display: block;
  position: absolute;
  bottom: -1.5vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.campain__plate {
  position: relative;
  width: 90vw;
  max-width: 528px;
  aspect-ratio: 528 / 206;
  margin: 9vw auto 0;
  background-color: #e1f2fd;
  padding: 5vw 0;
  min-width: 320px;
}

.campain__plate::after {
  position: absolute;
  content: "";
  width: 94.7%;
  height: 86.4%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid white;
}

.campain__plate__title {
  color: #3fa8f4;
  font-size: 5.5vw;
  text-align: center;
  font-weight: 900;
}

.campain__plate__fwrap {
  display: flex;
  flex-direction: row;
  gap: 4vw;
  justify-content: center;
  align-items: center;
}

.campain__plate__img {
  background-image: url(../img/plate.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 38%;
  max-width: 200px;
  /* min-width: 160px; */
  aspect-ratio: 200 / 95;
}

.campain__plate__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 36%;
  font-size: 3vw;
  line-height: 1.2;
  margin-top: 2vw;
  font-weight: 700;
}

@media (max-width: 527px) {
  .campain {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 587px) {
  .campain__plate__title {
    font-size: 32px;
  }

  .campain__plate__text {
    font-size: 18px;
  }
}

.route {
  padding: 9vw;
  background-color: #0498ed;
  position: relative;
}

.route__title {
  position: absolute;
  top: 9vw;
  left: 9vw;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 8vw;
  font-weight: 900;
  /* 60px */
}

.route__map__img {
  background-image: url(../img/japan-map.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 413 / 540;
  width: 55vw;
  margin-left: auto;
  position: relative;
}

.route__map__note {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  text-align: center;
}

.route__map__note:first-child {
  top: 21%;
  left: -37%;
}

.route__map__note:last-child {
  bottom: 15%;
  left: -38%;
}

.route__map__note span {
  color: #ffff00;
}

.route__map__note span:first-child {
  font-size: 4vw;
  /* 30px */
}

.route__map__note span:nth-child(2) {
  font-size: 3.33vw;
  /* 25px */
}

.route__map__note span:nth-child(3) {
  font-size: 2.4vw;
  /* 18px */
}

.route__subtitle,
.route__text {
  color: white;
  line-height: 1.5;
}

.route__subtitle {
  font-size: 24px;
  font-weight: 900;
}

.route__text {
  font-size: 20px;
  margin-top: 8px;
}

.how-to-ride {
  background-color: #ffffc2;
  padding: 9vw;
}

.how-to-ride__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  position: relative;
  top: 12px;
  font-size: 60px;
  text-align: center;
  margin-bottom: 40px;
}

.how-to-ride__wrapper {
  background-color: white;
  padding: 80px 64px;
  max-width: 1080px;
  margin: 0 auto;
}

.how-to-ride__subtitle {
  font-size: 28px;
  color: #3fa8f4;
  margin-bottom: 40px;
  font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
}

.content__paragraph {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.how-to-ride__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.how-to-ride__content:nth-child(2) {
  margin-top: 50px;
}

.fare-table {
  width: 100%;
  border-collapse: collapse;
}

.fare-table th,
.fare-table td {
  border: 1px solid #0498ed;
  padding: 10px;
  text-align: center;
}

.fare-table th {
  background-color: #0498ed;
  color: #fff;
}

.fare-table td {
  font-size: 27px;
  padding: 20px 0;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
}

.fare-table td:first-of-type {
  background-color: #e5f1fa;
  color: #0498ed;
  font-weight: 800;
}

.fare-table th[colspan="2"] {
  background-color: #0498ed;
  font-size: 24px;
  color: white;
  font-weight: 800;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
}

.fare-table th[colspan="2"] span {
  margin: 0 15px;
}

.how-to-ride__content_item__title {
  font-family: "M PLUS 1p", sans-serif;
  background-color: #0498ed;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 800;
}

.how-to-ride__quote__title {
  position: relative;
  color: #0498ed;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 50px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}

.how-to-ride__quote__title::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 34px;
  background-color: #0498ed;
  margin-right: 10px;
  position: relative;
  bottom: -7px;
}

.how-to-ride__buy_tickets {
  margin-top: 70px;
}

.how-to-ride__infocenter {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.time-table {
  padding: 9vw;
  background-color: #3fa8f4;
}

.time-table__wrapper {
  background-color: white;
  padding: 80px 64px;
  max-width: 1080px;
  margin: 0 auto;
}

.time-table__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  position: relative;
  top: 12px;
  font-size: 60px;
  text-align: center;
  margin-bottom: 40px;
}

.time-table__title::after {
  font-family: "M PLUS 1p", sans-serif;
  content: "時刻表";
  color: #0498ed;
  font-size: 28px;
  text-align: center;
  margin-top: 15px;
  display: block;
}

.operating-company__contact {
  margin: 60px auto 0;
}

.operating-company table {
  display: none;
}

.operating-company__contact .content__paragraph {
  margin: 0 auto;
  width: fit-content;
}

.how-to-ride__infocenter__item {
  position: relative;
}

.how-to-ride__infocenter__title {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.how-to-ride__infocenter__title div:first-child {
  width: fit-content;
  padding: 8px 16px 10px;
  background-color: #0498ed;
  color: white;
  font-size: 20px;
  font-weight: 700;
}

.how-to-ride__infocenter__title div:last-child {
  font-size: 21px;
  line-height: 38px;
  font-weight: 700;
}

.how-to-ride__infocenter__img {
  width: 100%;
  aspect-ratio: 447 / 220;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.how-to-ride__infocenter__img.active {
  width: 100vw;
}

.how-to-ride__infocenter__item::after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/search.png);
}

.how-to-ride__infocenter__item:first-child .how-to-ride__infocenter__img {
  background-image: url(../img/info-center-1-sp.png);
}

.how-to-ride__infocenter__item:nth-child(2) .how-to-ride__infocenter__img {
  background-image: url(../img/info-center-2-sp.png);
  aspect-ratio: 447 / 240;
}

#modal1 .modal-content {
  background-image: url(../img/info-center-1-sp.png);
  aspect-ratio: 447 / 220;
}

#modal2 .modal-content {
  background-image: url(../img/info-center-2-sp.png);
  aspect-ratio: 447 / 240;
}

.how-to-ride__infocenter__note {
  position: absolute;
  overflow: visible;
  transform: translateX(-50%);
}

.how-to-ride__infocenter__item:first-child .how-to-ride__infocenter__note {
  left: 35.7%;
  bottom: 3vw;
}

.how-to-ride__infocenter__item:last-child .how-to-ride__infocenter__note {
  left: 36.5%;
  top: 5vw;
  transform: translate(-50%, -50%);
}

.modal {
  display: flex;
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

/* Show the modal */
.modal.show {
  display: flex;
  visibility: visible;
  opacity: 1;
}

/* Modal content styling */
.modal-content {
  position: relative;
  background-color: white;
  padding: 5px;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}

.modal.show .modal-content {
  transform: scale(1);
}

/* Modal image full-screen responsive */
.modal-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.how-to-ride__gateway__img {
  position: relative;
  /* left: 5%; */
  background-image: url(../img/gateway-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 108%;
  aspect-ratio: 761 / 800;
  margin: 40px auto 0;
}

.how-to-ride__gateway__img::after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/search.png);
}

#modal3 .modal-content {
  background-image: url(../img/gateway-sp.png);
  aspect-ratio: 761 / 800;
}

.how-to-ride__busstop__title {
  background-color: #f05a24;
  color: white;
  font-size: 28px;
  text-align: center;
  width: 100%;
  padding: 5px 0 7px;
  margin-top: 60px;
  font-weight: 900;
}

.how-to-ride__busstop .how-to-ride__quote__title {
  color: #f05a24;
}

.how-to-ride__busstop .how-to-ride__quote__title::before {
  background-color: #f05a24;
}

.how-to-ride__busstop .how-to-ride__busstop__img {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.how-to-ride__airport_departure .how-to-ride__busstop__img {
  background-image: url(../img/airport-departure-sp.png);
  aspect-ratio: 461 / 180;
  margin-top: 20px;
}

.how-to-ride__chatan_departure .how-to-ride__busstop__img {
  background-image: url(../img/chatan-departure-sp.png);
  aspect-ratio: 761 / 880;
  width: 108%;
  margin-top: 40px;
}

.how-to-ride__busstop__img::after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: -10px;
  bottom: 0;
  background-image: url(../img/search.png);
}

.how-to-ride__airport_departure .how-to-ride__busstop__img::after {
  right: -25px;
}

#modal4 .modal-content {
  background-image: url(../img/airport-departure-sp.png);
  aspect-ratio: 461 / 180;
}

#modal5 .modal-content {
  background-image: url(../img/chatan-departure-sp.png);
  aspect-ratio: 761 / 880;
}

@media (min-width: 600px) {

  .how-to-ride__infocenter__item::after,
  .how-to-ride__gateway__img::after,
  .how-to-ride__busstop__img::after {
    display: none;
  }
}

.time-table__content {
  width: 100%;
  max-width: 507px;
  margin: 30px auto 0;
}

.content__title {
  padding: 0.55em 0.55em 0.64em;
  color: white;
  font-size: 22px;
  text-align: center;
  line-height: 1.4;
}

.time-table__content.airport .content__title {
  background-color: #3fa8f4;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}

.operating-company .content__title {
  position: relative;
  background-color: #e1f2fd;
  color: black;
  font-weight: 900;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}

.operating-company__contact .content__title::after {
  font-family: "M PLUS 1p", sans-serif;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  content: "（落としもの等のご連絡について）";
  display: block;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.time-table__content__route {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  margin: 15px auto 0;
  /* padding: 0 20px; */
  gap: 10px;
}

@media (max-width: 700px) {
  /* .time-table__content__route {
    padding: 0 10px;
  } */
}

.time-table__content__route_item {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 15px;
  flex: 1 1 50%;
  /* Set the width to 50% */
  box-sizing: border-box;
  justify-content: flex-end;
}

.time-table__content__route_item div {
  text-align: center;
}

.time-table__content__route_item div:first-child {
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}

@media (max-width: 387px) {
  .time-table__content__route_item div:first-child {
    height: 70px;
    font-size: 16px;
  }
}

.time-table__content__route_item div:last-child {
  font-size: 17px;
  color: white;
  background-color: #3fa8f4;
  padding: 4px 0 7px;
  border-radius: 14px;
  max-width: 182px;
  /* min-width: 140px; */
  width: 30vw;
  margin: 0 auto;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}

.time-table__content__table table {
  margin-top: 15px;
  width: 100%;
}

.time-table__content__table td {
  font-size: 4.86vw;
  padding: 0.25em 0;
}

.time-table__content__table td strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  transform: scaleX(0.95);
  letter-spacing: 2px;
  display: inline-block;
}

.time-table__content__table tr:nth-child(odd) {
  background-color: #deeff9;
}

.time-table__content.chatan .time-table__content__table tr:nth-child(odd) {
  background-color: #feefd8;
}

.time-table__content__table td span {
  font-size: 3vw;
}

.time-table__content__table td:first-child,
.time-table__content__table td:last-child {
  width: 40%;
  vertical-align: middle;
}

.time-table__content__table td:first-child {
  padding-left: 4vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5vw;
}

.time-table__content__table td:first-child span {
  position: relative;
}

.time-table__content__table td:nth-child(2) {
  width: 22%;
  background-image: url(../img/time-table-arrow.png);
  background-repeat: no-repeat;
  background-size: 41px 19px;
  background-position: center;
}

.time-table__content.chatan .time-table__content__table td:nth-child(2) {
  width: 22%;
  background-image: url(../img/time-table-arrow-2.png);
  background-repeat: no-repeat;
  background-size: 41px 19px;
  background-position: center;
}

.time-table__content__table td:last-child {
  padding-left: 9px;
}

.time-table__content__table td:last-child span {
  font-size: 18px;
  position: relative;
  top: -2px;
  left: -7px;
}

.time-table__content.chatan .content__title {
  background-color: #f05a24;
}

.time-table__content.chatan .time-table__content__route_item div:last-child {
  background-color: #f05a24;
}

.operating-company {
  padding: 0 9vw 9vw;
  background-color: #3fa8f4;
}

.operating-company__wrapper {
  background-color: white;
  padding: 64px 64px 80px;
  max-width: 1080px;
  margin: 0 auto;
}

.operating-company__contact .content__paragraph:first-of-type {
  position: relative;
  left: -10px;
}

.operating-company__contact .content__paragraph:last-of-type {
  margin-top: 80px;
  letter-spacing: -0.5px;
  line-height: 1.4;
  padding-left: 0;
}

@media (max-width: 450px) {
  .content__paragraph {
    font-size: 16px;
  }

  .how-to-ride,
  .how-to-ride__wrapper {
    padding: 4vw;
  }

  .time-table,
  .time-table__wrapper {
    padding: 4vw;
  }

  .operating-company,
  .operating-company__wrapper {
    padding: 4vw;
  }

  .operating-company__contact .content__paragraph:last-of-type {
    margin-top: 80px;
    letter-spacing: -0.5px;
    line-height: 1.4;
    padding-left: 0px;
  }
}

@media (max-width: 450px) {
  .time-table__content__table td:nth-child(2) {
    background-size: 30px 14px;
  }

  .time-table__content__table td:last-child span {
    font-size: 14px;
    top: 0;
  }

  .time-table__content__table td:first-child span {
    position: relative;
  }
}

@media (max-width: 749px) {
  .how-to-ride__wrapper {
    padding: 10vw 8vw;
  }

  .time-table__wrapper {
    padding: 10vw 8vw;
  }

  .operating-company__wrapper {
    padding: 10vw 8vw 14vw;
  }
}

@media (min-width: 740px) {
  .time-table__content__table td {
    font-size: 36px;
    padding: 0.25em 0;
  }

  .time-table__content__table td span {
    font-size: 22px;
  }

  .time-table__content__table td:first-child {
    padding-left: 30px;
    gap: 14px;
  }

  .time-table__content__table td:first-child span {
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .footer__txt__wrap {
    text-align: center;
  }

  .footer__txt {
    position: relative;
    color: #fff;
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 1.2em;
    padding-right: 1.2em;
    line-height: 1.5;
    text-align: center;
    font-size: 32px;
    margin-top: 100px;
    display: inline-flex;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .footer__txt::before {
    width: 5px;
    height: 1.3em;
    border-radius: 10px;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(-20deg) translateY(-40%);
    transform-origin: top left;
  }

  .footer__txt::after {
    width: 5px;
    height: 1.3em;
    border-radius: 10px;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(20deg) translateY(-40%);
    transform-origin: top right;
  }
}

@media (min-width: 720px) {
  .fv__banner {
    position: absolute;
    left: -29px;
    top: -130px;
    transform: rotate(-10deg);
    padding: 10px 5px;
  }

  .fv__banner div {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  @media (min-width: 1080px) {
    .fv {
      margin-top: 175px;
    }
  }

  @media (min-width: 1451px) {
    .fv {
      margin-top: 200px;
    }
  }

  .fv__image {
    background-image: url(../img/fv-pc.png);
  }

  .fv__background {
    max-height: 1100px;
  }

  .fv__background_1 {
    background-size: auto 100%;
    background-position: 60% bottom;
  }

  .fv__background_2 {
    background-size: auto 200%;
    background-position: 35% top;
  }

  .fv__background_2::after {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 834px) {
  .fv__background_2::after {
    background-size: 1279px auto;
  }
}

@media (min-width: 1024px) {
  .pc_indent {
    display: block;
  }

  .sp_indent {
    display: none;
  }

  .fv__background_2::after {
    width: 80%;
    left: auto;
    right: -5%;
    background-position: 18% 45%;
  }

  .fv__content {
    width: 60%;
    /* max-width: 838px; */
    max-width: 945px;
  }

  .fv__banner {
    left: -29px;
    top: -130px;
    padding: 10px 5px;
  }

  .fv__banner div {
    font-size: 38px;
    line-height: 0.8;
  }

  .campain {
    padding: 100px 27px;
  }

  .campain__plate {
    position: relative;
    width: 84vw;
    max-width: 1115px;
    aspect-ratio: 1115 / 280;
    margin-top: 120px;
    background-color: #e1f2fd;
    padding: 70px 0;
  }

  .campain__plate__title {
    display: none;
  }

  .campain__period {
    font-size: 5.6vw;
    font-weight: 900;
    text-align: center;
  }

  .route {
    position: relative;
    margin-bottom: 100px;
    padding: 100px calc(50vw - 500px) 0;
    overflow: visible;
  }

  .route::after {
    position: absolute;
    bottom: -100px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 175px;
    background-color: #ffffc2;
    z-index: 1;
  }

  .route__title {
    position: absolute;
    top: 100px;
    left: calc(50vw - 500px);
    font-size: 96px;
    font-weight: 900;
  }

  .route__map__img {
    background-image: url(../img/japan-map-pc.png);
    max-width: 793px;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 793 / 929;
    width: 80vw;
    margin-left: 0;
    position: relative;
    top: 50px;
    z-index: 10;
  }

  .route__text_wrap {
    position: absolute;
    bottom: 180px;
    right: calc(50vw - 500px);
    z-index: 11;
  }

  .route__map__note {
    gap: 10px;
  }

  .route__map__note:first-child {
    top: 32.5%;
    left: 0%;
  }

  .route__map__note:last-child {
    bottom: 30%;
    left: -10%;
  }

  .route__map__note span:first-child {
    font-size: 28px;
  }

  .route__map__note span:nth-child(2) {
    font-size: 24px;
  }

  .route__map__note span:nth-child(3) {
    font-size: 17px;
  }

  .route__subtitle {
    font-size: 51px;
  }

  .route__text {
    font-size: 23px;
    margin-top: 30px;
    line-height: 2;
    font-weight: 600;
  }

  .how-to-ride {
    background-color: #ffffc2;
    padding: 100px 27px 300px;
  }

  .how-to-ride__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    position: relative;
    top: 48px;
    font-size: 96px;
    text-align: center;
    margin-bottom: inherit;
  }

  .how-to-ride__wrapper {
    background-color: white;
    padding: 150px 100px;
    max-width: 980px;
    margin: 0 auto;
  }

  .how-to-ride__content {
    display: flex;
    flex-direction: row;
    gap: 60px;
  }

  .how-to-ride__content:nth-child(2) {
    gap: 50px;
  }

  .how-to-ride__subtitle {
    font-size: 50px;
    color: #3fa8f4;
    margin-bottom: 40px;
    font-weight: 900;
  }

  .how-to-ride__content_item {
    flex: 1 1 50%;
    box-sizing: border-box;
  }

  .fare-table th,
  .fare-table td {
    /* border: 1px solid #0498ed;
    padding: 10px;
    text-align: center; */
    width: 50%;
    vertical-align: middle;
  }

  .fare-table th[colspan="2"] {
    background-color: #0498ed;
    font-size: 33px;
    color: white;

    text-align: center;
  }

  .fare-table td {
    padding: 30px 0;
  }

  .fare-table td:first-child {
    font-size: 33px;
  }

  .fare-table td:last-child {
    font-size: 35px;
  }

  .content__paragraph {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.5px;
  }

  .how-to-ride__content_item__title {
    background-color: #0498ed;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 32px;
    margin-bottom: 30px;
  }

  .how-to-ride__buy_tickets {
    margin-top: 140px;
  }

  .how-to-ride__quote__title {
    position: relative;
    color: #0498ed;
    font-size: 33px;
    margin-bottom: 18px;
    margin-top: 60px;
  }

  .how-to-ride__busstop .how-to-ride__quote__title {
    color: #f05a24;
    margin-top: 40px;
  }

  .how-to-ride__infocenter__title div:first-child {
    width: fit-content;
    padding: 8px 16px 10px;
    background-color: #0498ed;
    color: white;
    font-size: 25px;
    font-weight: 700;
  }

  .how-to-ride__infocenter__title div:last-child {
    font-size: 25px;
    line-height: 38px;
    font-weight: 700;
  }

  .how-to-ride__infocenter__img {
    width: 100%;
    aspect-ratio: 447 / 220;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
  }

  .how-to-ride__busstop__title {
    background-color: #f05a24;
    color: white;
    font-size: 50px;
    text-align: center;
    width: 100%;
    padding: 10px 0 14px;
    margin-top: 100px;
    font-weight: 900;
  }

  .how-to-ride__infocenter {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .how-to-ride__infocenter__item:first-child .how-to-ride__infocenter__img {
    background-image: url(../img/info-center-1-pc.png);
  }

  .how-to-ride__infocenter__item:nth-child(2) .how-to-ride__infocenter__img {
    background-image: url(../img/info-center-2-pc.png);
    aspect-ratio: 447 / 200;
  }

  .how-to-ride__gateway__img {
    position: relative;
    /* left: 5%; */
    background-image: url(../img/gateway-pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 108%;
    aspect-ratio: 761 / 800;
    margin: 40px auto 0;
  }

  .how-to-ride__airport_departure .how-to-ride__busstop__img {
    background-image: url(../img/airport-departure-pc.png);
    aspect-ratio: 461 / 160;
    margin-top: 20px;
  }

  .how-to-ride__chatan_departure .how-to-ride__busstop__img {
    background-image: url(../img/chatan-departure-pc.png);
    aspect-ratio: 761 / 880;
    width: 100%;
    margin-top: 30px;
  }

  .how-to-ride {
    padding: 100px 27px 300px;
  }

  .time-table__wrapper {
    background-color: white;
    padding: 8.33vw 10vw;
    max-width: 1080px;
    margin: 0 auto;
  }

  .time-table__wrapper {
    background-color: white;
    padding: 100px 120px;
    max-width: 1080px;
    margin: 0 auto;
  }

  .content__title {
    font-size: 40px;
    padding: 0.4em 0;
  }

  .time-table__content {
    width: 100%;
    max-width: none;
    margin: 60px auto 0;
  }

  .time-table__content.chatan {
    margin-top: 100px;
  }

  .time-table__content__route {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    margin: 25px auto 0;
    /* padding: 0 20px; */
    gap: 10px;
  }

  .time-table__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    position: relative;
    margin-bottom: 60px;
    font-size: 98px;
    text-align: center;
  }

  .time-table__title::after {
    content: "時刻表";
    color: #0498ed;
    font-size: 50px;
    text-align: center;
    margin-top: 25px;
    display: block;
    font-weight: 900;
  }

  .time-table .content__paragraph {
    font-size: 23px;
    line-height: 1.8;
    letter-spacing: 0.5px;
  }

  .time-table__content__route_item div:last-child {
    font-size: 31px;
    color: white;
    background-color: #3fa8f4;
    padding: 8px 0 11px;
    border-radius: 25px;
    max-width: 332px;
    /* min-width: 140px; */
    width: 27.67vw;
    margin: 0 auto;
  }

  .time-table__content__route_item div:first-child {
    font-size: 32px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
  }

  .time-table__content__route_item {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 30px;
    flex: 1 1 50%;
    box-sizing: border-box;
    justify-content: flex-end;
  }

  .time-table__content__table table {
    margin-top: 30px;
    width: 100%;
  }

  .time-table__content__table td {
    font-size: 5vw;
    padding: 0.25em 0;
  }

  .time-table__content__table td span {
    font-size: 3.33vw;
  }

  .time-table__content__table td:last-child span {
    font-size: 2.67vw;
    position: relative;
    top: -2px;
    left: -7px;
  }

  .time-table__content__table td:nth-child(2) {
    width: 22%;
    background-image: url(../img/time-table-arrow.png);
    background-repeat: no-repeat;
    background-size: 73px 35px;
    background-position: center;
  }

  .time-table__content.chatan .time-table__content__table td:nth-child(2) {
    background-size: 73px 35px;
  }

  .time-table {
    padding-bottom: 100px;
    background-color: #3fa8f4;
  }

  .operating-company__wrapper {
    background-color: white;
    padding: 100px 120px;
    max-width: 1080px;
    margin: 0 auto;
  }

  .operating-company .content__title {
    background-color: #e1f2fd;
    color: black;
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .operating-company__contact {
    margin: 80px auto 0;
  }

  .operating-company__contact .content__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .operating-company__contact .content__title::after {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    content: "（落としもの等のご連絡について）";
    display: inline-block;
    font-size: 20px;
    white-space: nowrap;
  }

  .operating-company__contact .content__paragraph:last-of-type {
    /* display: none; */
  }

  .operating-company table {
    display: block;
    width: 650px;
    margin: 40px auto 0;
  }

  .operating-company table td:first-of-type {
    width: 25%;
    text-align: right;
  }

  .operating-company table td:nth-of-type(2) {
    width: 2%;
  }

  .operating-company table td:nth-of-type(3) {
    width: 24%;
    text-align: right;
  }

  .operating-company table td:nth-of-type(4) {
    width: 20%;
    padding-left: 10px;
  }

  .operating-company table td:nth-of-type(5) {
    width: 25%;
    padding-left: 20px;
  }

  .operating-company table td {
    font-size: 20px;
    padding: 15px 2px;
    font-weight: 600;
    font-family: "M PLUS 1p", sans-serif;
    letter-spacing: -1px;
  }

  @media (max-width: 1104px) {
    .time-table__content__route_item div:first-child {
      font-size: 28px;
      line-height: 1.5;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 90px;
    }
  }

  @media (min-width: 1200px) {
    .time-table__content__table td {
      font-size: 66px;
      padding: 0.25em 0;
    }

    .time-table__content__table td span {
      font-size: 40px;
    }

    .time-table__content__table td:last-child span {
      font-size: 32px;
      position: relative;
      top: -2px;
      left: -7px;
    }

    .how-to-ride__wrapper {
      background-color: white;
      padding: 150px 100px;
      max-width: 980px;
      margin: 0 auto;
    }
  }

  @media (max-width: 1300px) {
    .route {
      padding: 100px 27px 0;
    }

    .route__map__img {
      margin-left: 100px;
    }

    .route__text_wrap {
      position: absolute;
      bottom: 180px;
      right: calc(50vw - 475px);
      z-index: 11;
    }

    .route__subtitle {
      font-size: 45px;
    }

    .route__text {
      font-size: 20px;
    }
  }

  @media (min-width: 1448px) {
    .campain__period {
      font-size: 88px;
    }

    .campain__text {
      font-size: 66px;
    }

    .campain__period span {
      color: #3fa8f4;
      font-size: 52px;
    }

    .campain__text::after {
      width: 105%;
      height: 34px;
      bottom: -16px;
    }
  }

  .campain__plate__fwrap {
    display: flex;
    flex-direction: row;
    gap: 3%;
    justify-content: center;
    align-items: center;
  }

  .campain__plate__img {
    width: 40%;
    transform: translateY(-10%);
    max-width: none;
  }

  .campain__plate__text {
    position: relative;
    font-size: 23px;
    width: 44%;
    margin-top: 0;
    line-height: 1.5;
    font-weight: 900;
  }

  .campain__plate__text::before {
    content: "このプレートが目印！";
    color: #0498ed;
    display: block;
    font-size: 44px;
    font-weight: 900;
    white-space: nowrap;
    margin-bottom: 20px;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .fv__duration {
    display: none;
  }
}

@media (min-width: 1300px) {
  .fv__banner {
    left: -400px;
    top: -60px;
  }

  .fv__banner div {
    font-size: 48px;
  }

  .fv__banner div:last-child {
    margin-top: 0.8vw;
    position: relative;
    left: 57px;
  }

  @media (max-width: 1659px) {
    .fv__banner {
      left: -280px;
      top: -60px;
    }
  }

  @media (max-width: 1430px) {
    .fv__banner {
      left: -250px;
      top: -60px;
    }
  }
}

@media (min-width: 1736px) {
  .fv__background_1 {
    background-size: 100% auto;
  }

  .fv__background_2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 80%;
    left: auto;
    right: 0;
    display: block;
    background-image: url(../img/fv-chatan-2.png);
    background-size: 100% auto;
    background-repeat: no-repeat !important;
    background-position: -50% 49%;
    bottom: 0;
  }
}

@media (min-width: 1920px) {}